﻿2026-06-06T06:06:55.5717094Z ##[group]Run actions/checkout@v5
2026-06-06T06:06:55.5717576Z with:
2026-06-06T06:06:55.5717921Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:06:55.5718374Z   path: .adapter-notify
2026-06-06T06:06:55.5723837Z   token: ***
2026-06-06T06:06:55.5724169Z   ssh-strict: true
2026-06-06T06:06:55.5724507Z   ssh-user: git
2026-06-06T06:06:55.5724834Z   persist-credentials: true
2026-06-06T06:06:55.5725203Z   clean: true
2026-06-06T06:06:55.5725539Z   sparse-checkout-cone-mode: true
2026-06-06T06:06:55.5725947Z   fetch-depth: 1
2026-06-06T06:06:55.5726266Z   fetch-tags: false
2026-06-06T06:06:55.5726594Z   show-progress: true
2026-06-06T06:06:55.5726928Z   lfs: false
2026-06-06T06:06:55.5727236Z   submodules: false
2026-06-06T06:06:55.5727572Z   set-safe-directory: true
2026-06-06T06:06:55.5727933Z ##[endgroup]
2026-06-06T06:06:55.6929527Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:06:55.6939873Z ##[group]Getting Git version info
2026-06-06T06:06:55.6940948Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:06:55.6985594Z [command]/usr/bin/git version
2026-06-06T06:06:55.7041311Z git version 2.34.1
2026-06-06T06:06:55.7069328Z ##[endgroup]
2026-06-06T06:06:55.7083231Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e3b34b7a-75cf-4f34-b893-3c251dc9506c/.gitconfig'
2026-06-06T06:06:55.7107653Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e3b34b7a-75cf-4f34-b893-3c251dc9506c' before making global git config changes
2026-06-06T06:06:55.7108997Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:06:55.7115220Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:06:55.7158389Z ##[group]Initializing the repository
2026-06-06T06:06:55.7164667Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:06:55.7207632Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:06:55.7208796Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:06:55.7217763Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:06:55.7218672Z hint: 
2026-06-06T06:06:55.7219126Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:06:55.7219751Z hint: 
2026-06-06T06:06:55.7220274Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:06:55.7221116Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:06:55.7221788Z hint: 
2026-06-06T06:06:55.7222153Z hint: 	git branch -m <name>
2026-06-06T06:06:55.7222975Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:06:55.7233562Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:06:55.7277108Z ##[endgroup]
2026-06-06T06:06:55.7277859Z ##[group]Disabling automatic garbage collection
2026-06-06T06:06:55.7284060Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:06:55.7323361Z ##[endgroup]
2026-06-06T06:06:55.7323968Z ##[group]Setting up auth
2026-06-06T06:06:55.7334782Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:06:55.7376617Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-06T06:06:55.7615466Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:06:55.7655444Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-06T06:06:55.7899444Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:06:55.7942932Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:06:55.8189938Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:06:55.8249748Z ##[endgroup]
2026-06-06T06:06:55.8250436Z ##[group]Determining the default branch
2026-06-06T06:06:55.8255229Z Retrieving the default branch name
2026-06-06T06:06:56.2886999Z Default branch 'main'
2026-06-06T06:06:56.2887982Z ##[endgroup]
2026-06-06T06:06:56.2888765Z ##[group]Fetching the repository
2026-06-06T06:06:56.2898826Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-06T06:06:57.1385516Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:06:57.1386193Z  * [new branch]      main       -> origin/main
2026-06-06T06:06:57.1411160Z ##[endgroup]
2026-06-06T06:06:57.1411860Z ##[group]Determining the checkout info
2026-06-06T06:06:57.1414163Z ##[endgroup]
2026-06-06T06:06:57.1420674Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:06:57.2651332Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:06:57.3421094Z ##[group]Checking out the ref
2026-06-06T06:06:57.3427855Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:06:57.4761123Z Switched to a new branch 'main'
2026-06-06T06:06:57.4762150Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:06:57.4775393Z ##[endgroup]
2026-06-06T06:06:57.4822731Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:06:57.4859471Z ee2d37eadc730c0019e0af82d683074c509634a2
